home *** CD-ROM | disk | FTP | other *** search
- @echo off
- c:
- c:\bp\newfiles\
- del /y newfiles.?
- newfiles
- if errorlevel == 9 goto error9
- if errorlevel == 8 goto error8
- if errorlevel == 7 goto error7
- if errorlevel == 6 goto error6
- if errorlevel == 5 goto error5
- if errorlevel == 4 goto error4
- if errorlevel == 3 goto error3
- if errorlevel == 2 goto error2
- if errorlevel == 1 goto error1
- if errorlevel == 0 goto ende
- :error9
- c:\mcmail\fastecho\feutil post newfiles.9 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part9)"
- :error8
- c:\mcmail\fastecho\feutil post newfiles.8 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part8)"
- :error7
- c:\mcmail\fastecho\feutil post newfiles.7 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part7)"
- :error6
- c:\mcmail\fastecho\feutil post newfiles.6 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part6)"
- :error5
- c:\mcmail\fastecho\feutil post newfiles.5 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part5)"
- :error4
- c:\mcmail\fastecho\feutil post newfiles.4 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part4)"
- :error3
- c:\mcmail\fastecho\feutil post newfiles.3 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part3)"
- :error2
- c:\mcmail\fastecho\feutil post newfiles.2 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part2)"
- :error1
- c:\mcmail\fastecho\feutil post newfiles.1 #4 -From "kaoz / newfiles" -To "all" -Subj "newfiles (%_month%-%_day%-%_year%) (part1)"
- :ende
-